|
SCALE LISTENER
This command will scale the listener in 3D space.
SCALE LISTENER Scaling Factor
Scaling Factor
Float
The 3D sounds you hear are calculated based on the scale as well as the position of the sound and the listener. A value of 1 is the default setting, and a value of 0.5 will make the listener half as sensitive
This command does not return a value.
The 3D sounds you hear are calculated based on the scale as well as the position of the sound and the listener. A value of 1 is the default setting, and a value of 0.5 will make the listener half as sensitive.
cls
load 3dsound "man.wav",1
play sound 1
position sound 1,100,100,-500
scale listener 0.5
wait 1000*8
stop sound 1
do
loop
end
SOUND Commands Menu
Index
|